home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / SITE-3D.RDR < prev    next >
Text File  |  1994-06-17  |  664b  |  26 lines

  1. * The camera inserted at the end overrides the default camera.  Note the
  2. *   autolight is turned off to avoid 2 light sources.
  3.  
  4. global
  5.     sky cloudy
  6.     floor ripples
  7.     autolight no
  8.     default_texture matte
  9.  
  10. insert at_end begin_insert
  11.     camera {
  12.       location <716.8136360,-1880.4060560,1782.1889740>
  13.       direction <0.0,0.0,1.9157088>
  14.       up <0.0,0.0,1.0>
  15.       sky <0.0,0.0,1.0>
  16.       right <-1.3333333,0.0,0.0>
  17.       look_at <-25.6483250,-75.4268470,103.8980160>
  18.     }
  19.  
  20.     object{
  21.       light_source {<-473.4590637,-2370.0140240,2425.7076338>
  22.         color red 1.0000000 green 1.0000000 blue 1.0000000}
  23.     }
  24.     end_insert
  25.  
  26.